git-iconv-Fix-matching-of-multi-character-transliteratio
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Wed, 22 Jan 2025 22:57:51 +0000 (23:57 +0100)
committerAurelien Jarno <aurel32@debian.org>
Wed, 22 Jan 2025 22:57:51 +0000 (23:57 +0100)
commit41972da024f1eb35dddfeec1f1fe5bd88f829d80
tree4a41246b27d3ba349ff1b59251bb9c8dc213f770
parent5c74891f51c411eeab397a5bfb1ce0562423062c
git-iconv-Fix-matching-of-multi-character-transliteratio

commit badbc82b4f003df0d081ebfb4c05c8b79fdf3e95
Author: Andreas Schwab <schwab@suse.de>
Date:   Mon Jun 10 12:19:17 2024 +0200

    iconv: Fix matching of multi-character transliterations (bug 31859)

    Only return __GCONV_INCOMPLETE_INPUT for a partial match when the end of
    the input buffer is reached.  Otherwise it is a non-match, and other
    patterns should be tried.

Gbp-Pq: Topic any
Gbp-Pq: Name git-iconv-Fix-matching-of-multi-character-transliteratio.patch
iconv/Makefile
iconv/gconv_trans.c
iconv/tst-translit-locale [new file with mode: 0644]
iconv/tst-translit-mchar.c [new file with mode: 0644]
iconv/tst-translit-mchar.sh [new file with mode: 0644]